home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / qrd084.zip / README.TXT < prev   
Text File  |  1996-08-20  |  4KB  |  76 lines

  1. QRDESIGN 0.84
  2. (C) Copyright 1996 by Timo Hartmann, Oststr. 38, 57074 Siegen, GERMANY
  3. email: thartmannx@aol.com - FAX +49-271-6609328 - CIS 100753,1266
  4.  
  5. What is QRDesign:
  6. ------------------
  7. QRDesign is a runtime reportdesigner for QuickReport. 
  8. With QRDesign the user of your program can create his own reports or modify 
  9. existing ones, save this reports and load them.
  10. QRDesign compiles into your application like any other form, no external 
  11. program is needed.
  12. Read QRDESIGN.WRI for more information.
  13.  
  14. INSTALLATION:
  15. -------------
  16.  
  17. Short:
  18. - you must have QuickReport 1.0d installed
  19. - run QRDesign's INSTALL.EXE
  20. - install QRDREG.PAS into your componenent palette
  21.  
  22. Prior to installing QRDesign you must have QuickReport 1.0d installed. 
  23. You need exactly this version of QuickReport! If you do not have it you can 
  24. get them from QSD at http://www.qsd.no (the update to Quickreport 1.0d for 
  25. Delphi 2 is free). The shareware version of QuickReport is also available
  26. on my home page http://members.aol.com/thartmannx for download.
  27.  
  28. When a new version of QuickReport is released you will also find a new 
  29. version of QRDesign on my homepage. I know this version number problem is 
  30. annoying, but when registering you will receive full sourcecode for 
  31. QRDesign, so you can recompile it yourself whenever a new version of 
  32. QuickReport is released.
  33.  
  34. To install QRDesign just copy all files (INSTALL.EXE, INSTALL.DAT, ...) to
  35. a temporary directory and run INSTALL.EXE. INSTALL is a little DOS-program 
  36. which will ask you for the version of Delphi and the version of QuickReport 
  37. you are using. The appropriate files will then be copied to a directory of 
  38. your choice.
  39. INSTALL will make no modifications to your system and will not copy any 
  40. files into your windows directory.
  41.  
  42. After this you will find a file QRDREG.PAS in the QRDesign directory. 
  43. Please install this file into Delphis component palette. Delphi will 
  44. recompile its VCL-Library, and if everything went okay you will have 
  45. a new page on your component palette called "QRDESIGN".
  46.  
  47. Also a component named TLanguageSwitcher will be installed on the component 
  48. palette page "Language". This component is used by QRDesign to switch 
  49. between english and german language forms.
  50.  
  51. IF THIS GIVES YOU AN ERROR MESSAGE:
  52. If you get the message "Unit version mismatch" (german: "Unitversionen 
  53. stimmen nicht ueberein") then you probably have changed something in
  54. QUICKREP.PAS or another VCL file. In this case Delphi tries to recompile
  55. QRDESIGN.PAS, but this is not possible without the sourcecode. You can
  56. try to reinstall the original QUICKREP.DCU. If you can not get QRDESIGN
  57. to work you can download an already compiled demo program at
  58. http://members.aol.com/thartmannx/ on the QRDesign-page. This demo lets
  59. you try out all features of QRDesign. On registering you will receive
  60. full sourcecode for QRDesign, so there will not be any problem installing
  61. or compiling QRDesign with any version of QuickReport or with changed
  62. VCL files (e.g. if you are using Apollo instead of the BDE).
  63.  
  64. INSTALLING TEMPLATES:
  65. After successful installation of QRDesign it is useful to install the 
  66. two forms ReportF.* and ReportDB.* as form templates. This is done with
  67. Delphi 1 by first opening ReportF.Pas and its form. Then choose the 
  68. menuitem "Options", "Gallery". Now choose the tab "Form Templates" and 
  69. press the "Add" button. Use the title "QRD with fixed databases" and the 
  70. description "QRDesigner with fixed databases". Hit the OK-button. Do the 
  71. same with ReportDB.Pas, but use the title "QRD editable databases" and 
  72. the description "QRDesigner with editable databases". 
  73. QRDESIGN.HLP explains why there are two different templates.
  74.  
  75. Open QRDDEMO.DPR for a sample application of QRDesign.
  76.